home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / happy / happybal.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  2012-08-27  |  796b  |  39 lines

  1. object HelpForm: THelpForm
  2.   Left = 360
  3.   Top = 125
  4.   Width = 587
  5.   Height = 367
  6.   ActiveControl = Editor
  7.   Caption = 'Game Information'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Editor: TRichEdit
  22.     Left = 0
  23.     Top = 0
  24.     Width = 579
  25.     Height = 339
  26.     Align = alClient
  27.     Color = clInfoBk
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -16
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ReadOnly = True
  35.     ScrollBars = ssBoth
  36.     TabOrder = 0
  37.   end
  38. end
  39.